home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / texts / dosman121 / man / adddatatypes < prev    next >
Text File  |  1995-05-19  |  1KB  |  40 lines

  1.  
  2.  
  3.         AddDataTypes (3.x Only in C:)
  4.  
  5.  
  6.     NAME
  7.             AddDataTypes - Adds additional data types after 
  8.         booting.
  9.  
  10.     SYNOPSIS
  11.         AddDataTypes [files] [Quiet] [Refresh]
  12.  
  13.     DESCRIPTION
  14.             This command is used to support the object oriented 
  15.         Data Type process used by MultiView. All data files that 
  16.         are processed by multiview are passed to system-standard 
  17.         libraries for that kind of data (for instance, a .gif is 
  18.         sent to a system-standard library that is coded for 
  19.         .gif). In order to be passed to a system-standard library 
  20.         (all of which are located in L: directory).  If a library 
  21.         is added after boot-time, it can be used immediatly with 
  22.         the help of this command. This save you the hassle from 
  23.         having to reboot after adding new datatypes.
  24.  
  25.     EXAMPLES
  26.         
  27.             1. To add a gif displayer for multiview
  28.  
  29.             AddDataTypes sys:Devs/Datatypes/GIF 
  30.  
  31.             2. To add a gif datatype without printing any output 
  32.         to the screen (useful in writing scripts)
  33.  
  34.             AddDataTypes sys:Devs/Datatypes/GIF Quiet    
  35.  
  36.             3. To scan the DEVS:DataTypes for new or updated 
  37.         entries
  38.     
  39.             AddDataTypes Refresh
  40.